projects
/
feed
/
routing.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6487539
)
ci: no longer require real name
author
Paul Spooren
<
[email protected]
>
Wed, 10 Jan 2024 16:22:54 +0000
(17:22 +0100)
committer
Josef Schlehofer
<
[email protected]
>
Mon, 25 Mar 2024 11:57:48 +0000
(12:57 +0100)
This goes in accordance with the Linux Kernel:
> using a known identity (sorry, no anonymous contributions.)
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/Documentation/process/submitting-patches.rst?id=HEAD#n442
Signed-off-by: Paul Spooren <
[email protected]
>
(cherry picked from commit
7e6cd98ad481184b1a620a9862aa3713d1ab85cc
)
(cherry picked from commit
10d7b7847f9537099dec6c7f82ab370f39cd6ddb
)
.github/workflows/formal.yml
patch
|
blob
|
history
diff --git
a/.github/workflows/formal.yml
b/.github/workflows/formal.yml
index b3f824c524c4d3e619c7634f8d62cfd1a071edcc..c1a039d2e0375167b717d64f63c8b047c89c12c7 100644
(file)
--- a/
.github/workflows/formal.yml
+++ b/
.github/workflows/formal.yml
@@
-34,14
+34,6
@@
jobs:
RET=1
fi
- author="$(git show -s --format=%aN $commit)"
- if echo $author | grep -q '\S\+\s\+\S\+'; then
- success "Author name ($author) seems ok"
- else
- err "Author name ($author) need to be your real name 'firstname lastname'"
- RET=1
- fi
-
subject="$(git show -s --format=%s $commit)"
if echo "$subject" | grep -q -e '^[0-9A-Za-z,+/_-]\+: ' -e '^Revert '; then
success "Commit subject line seems ok ($subject)"